.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  text-align: left;
}

.container {
  position: static;
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: #000;
}

.image {
  position: static;
  display: block;
  overflow: visible;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column {
  position: relative;
  top: 1px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column.top {
  position: static;
  padding-top: 24px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 180px;
  background-color: #000;
}

.header-container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 940px;
  text-align: center;
}

.header-container.sales-page {
  text-align: center;
}

.image-2 {
  display: inline-block;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
}

.heading {
  display: block;
  margin-top: 0px;
  padding: 37px 56px 0px;
  font-family: 'Bebas Neue', sans-serif;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.heading._2 {
  display: none;
}

.heading.title {
  text-transform: none;
}

.heading.reveal {
  display: none;
}

.heading.second {
  display: block;
}

.paragraph {
  padding-top: 34px;
  padding-right: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #c4c4c4;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

.area-label {
  position: absolute;
  top: 10px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  -webkit-transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  color: rgba(0, 0, 0, 0.58);
  font-size: 16px;
  font-weight: 600;
}

.form-slide {
  width: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-2 {
  height: 40px;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.text-block {
  font-size: 16px;
}

.step-number {
  width: 100%;
  color: rgba(231, 237, 255, 0.5);
  font-size: 16px;
  font-weight: 900;
}

.form-back {
  position: static;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  background-color: rgba(127, 88, 226, 0.1);
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-back:hover {
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.3);
  letter-spacing: 3px;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, 0.6);
}

.slide-nav {
  display: none;
}

.text-area {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  min-height: 240px;
  padding-top: 12px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
}

.text-area:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-area:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-step.last-step {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.form-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.form-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.text-area-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.form-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #7f58e2;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-button:active {
  border: 1px none #000;
}

.form-button:focus {
  border: 1px none #000;
}

.text-field-done {
  position: absolute;
  right: 20px;
  display: none;
  width: 1px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 50%;
  background-color: rgba(127, 88, 226, 0.2);
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/done-violet.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
  transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
  text-align: left;
}

.text-field-done.area-done {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.fields-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
}

.checkbox:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.checkbox.w--redirected-checked {
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/done-violet.svg');
  background-size: 16px;
}

.checkbox.w--redirected-focus {
  border-color: rgba(127, 88, 226, 0.5);
  box-shadow: none;
}

.text-field-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 19px 2px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.text-field-wrapper.half {
  display: block;
  margin-bottom: 40px;
}

.text-field-wrapper.half.displaynone {
  display: none;
}

.button {
  position: static;
  display: inline-block;
  min-height: 60px;
  padding: 15px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  letter-spacing: 3px;
}

.button:active {
  border: 1px none #000;
}

.text-field {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-field:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-field:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.form-block {
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px 70px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, 0.2);
}

.form-next {
  position: static;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #80a5fa;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-next:hover {
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-next:active {
  border: 1px none #000;
}

.inner-background-container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3d405a;
  opacity: 1;
  color: #000;
  text-align: center;
}

.inner-background-container.top {
  padding-top: 52px;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/header-texture.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inner-background-container.preloader {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
}

.inner-background-container.sales-page {
  max-width: 810px;
}

.heading-2 {
  font-family: 'Bebas Neue', sans-serif;
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
}

.section {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-3 {
  padding: 14px 180px;
}

.card-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.front-card {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.back-card {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.section-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-3 {
  position: static;
}

.card-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.card-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.card-wr {
  position: static;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.div-block-4 {
  display: block;
}

.div-flip-effect {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  text-align: center;
}

.div-flip-effect.left {
  float: right;
  opacity: 1;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-flip-effect.right {
  float: left;
}

.div-flip-effect.reveal1 {
  float: right;
}

.div-flip-effect.reveal-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.div-flip-effect.reveal-left {
  display: block;
  padding-right: 22px;
  padding-left: 22px;
  float: right;
}

.div-flip-effect.reveal-right {
  position: static;
  display: block;
  padding-right: 22px;
  padding-left: 22px;
  float: left;
}

.card1 {
  position: relative;
  display: block;
  width: 200px;
  height: 326px;
  min-height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 9px;
  box-shadow: 3px 3px 17px -7px #000;
  text-align: center;
}

.card1.left2 {
  box-shadow: 3px 3px 17px -7px #000;
}

.tarot-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: #519ead;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tarot-front.left1 {
  display: block;
}

.image-4 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.tarot-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #bbc7ca;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.heading-3 {
  font-size: 23px;
}

.heading-4 {
  font-size: 27px;
}

.paragraph-2 {
  padding-right: 24px;
  padding-left: 24px;
  font-family: Vollkorn, serif;
  color: #614932;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

.top-column {
  display: block;
  padding: 20px 0px;
  clear: none;
  text-align: center;
}

.top-column.column-left-top {
  display: block;
}

.button-2 {
  display: inline-block;
  margin: 0px auto 39px;
  padding: 25px 30px;
  background-color: #d41b7e;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
}

.button-2:hover {
  background-color: #53a7f1;
}

.button-2:active {
  background-color: #3777af;
}

.button-2.begin-reading {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-span {
  font-size: 25px;
}

.text-span.choice {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
}

.paragraph-3 {
  padding-top: 16px;
  color: #fff;
}

.btn-container {
  padding-top: 0px;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfd0c7), color-stop(100%, #fafafa), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #dfd0c7, #fafafa 100%, hsla(0, 0%, 100%, 0));
}

.paragraph-title {
  display: block;
  padding: 0px 67px;
  font-family: Vollkorn, serif;
  color: #614932;
  font-size: 33px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.paragraph-title.pre {
  padding: 60px 100px;
  font-size: 17px;
  text-align: center;
}

.paragraph-title.instructions {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 18px;
}

.paragraph-title.welcome {
  padding-right: 127px;
  padding-left: 127px;
  text-align: left;
}

.paragraph-title.reading-title {
  padding-top: 0px;
  padding-bottom: 8px;
  font-size: 40px;
  line-height: 49px;
}

.paragraph-title.reading-title.small {
  padding-bottom: 34px;
  color: #000;
  font-size: 30px;
  line-height: 33px;
}

.paragraph-title.reading-title.large {
  font-size: 50px;
  font-weight: 700;
}

.paragraph-title.reading-title.reading-pages {
  padding-top: 34px;
}

.paragraph-title.reading-body {
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}

.paragraph-title.reading-body.card-reading {
  line-height: 40px;
}

.paragraph-title.reading-body.card-reading.body-text {
  line-height: 26px;
}

.paragraph-title.reading-body.sales-page {
  display: block;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.paragraph-title.reading-body.sales-page.bulleted-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-title.reading-body.sales-page.bulleted-list.product-list-description {
  font-size: 16px;
  line-height: 24px;
}

.image-5 {
  padding: 28px 33px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/header_1_large.jpg');
  background-size: cover;
}

.section-3 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #000;
  text-align: center;
}

.paragraph-5 {
  width: 400px;
  padding: 35px 43px;
  color: #fff;
  text-align: left;
}

.button-3 {
  margin-bottom: 31px;
  padding: 20px 41px;
  text-align: center;
}

.button-3:hover {
  background-color: #59a9ee;
}

.button-3:active {
  background-color: #3a7fbb;
}

.div-block-5 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 43px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.columns._3 {
  padding-right: 144px;
  padding-left: 144px;
}

._7-card-draw {
  display: block;
  opacity: 1;
}

.image-6 {
  display: none;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.extra-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  font-size: 1.1em;
}

.next-button {
  display: block;
  margin-bottom: 54px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #3cd3ad;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
  text-align: center;
}

.next-button:hover {
  background-color: #6c33da;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-content.final {
  margin-top: -20px;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 0px none transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: transparent;
  text-align: center;
}

.mask {
  border: 1px solid transparent;
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 15px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field.area {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.step-paginator {
  position: relative;
  height: 100%;
  border: 1px solid transparent;
  background-color: transparent;
}

.submit-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #3cd3ad;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0px;
  background-color: transparent;
}

.step.step-1 {
  background-color: #ffefe0;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -20px;
  color: rgba(0, 0, 0, 0.35);
}

.form-section-title {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-label.no-label {
  padding-right: 0px;
  padding-left: 0px;
}

.next {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/checked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-active-overlay.square-overlay {
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.success-message-2 {
  padding: 50px;
  border-radius: 20px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb4d8c;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  border-radius: 3px;
  background-color: #000;
}

.previous-button {
  display: none;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.form-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid transparent;
}

.div-block-6 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
}

.paragraph-6 {
  text-align: center;
}

.sub-heading {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #1a1a1a;
  font-size: 17px;
  text-align: center;
}

.background-video {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  min-height: 100%;
  min-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video.reading-page {
  display: none;
}

.background-video.loading-page {
  z-index: -1;
}

.background-video.reading-pages {
  z-index: -1;
}

.columns-new {
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-4 {
  display: inline-block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
}

.section-5 {
  display: inline-block;
}

._3-card-top {
  opacity: 1;
}

.reveal {
  position: static;
  display: none;
  background-color: #ffefe0;
  text-align: center;
}

.tarot-front-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #519ead;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.tarot-back-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #bbc7ca;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bold-text {
  font-size: 21px;
}

.container-5 {
  background-color: #ffefe0;
}

.paragraph-7 {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 23px 31px;
  background-color: #000;
  font-family: 'Bebas Neue', sans-serif;
  color: #ffefe0;
  font-size: 33px;
  text-align: center;
}

.paragraph-7.revealed {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #000;
  font-size: 47px;
}

.step1-title {
  display: block;
  text-align: center;
}

.your-card-revealed {
  display: none;
  margin-top: 31px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-reveal {
  position: static;
  display: none;
  border: 0px none transparent;
  background-color: #ffefe0;
}

.reading-heading {
  white-space: normal;
}

.paragraph-8 {
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.paragraph-8.title-custom-text {
  font-size: 40px;
}

.section-6 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-9 {
  display: block;
}

.bg-video-loader {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-reveal-1 {
  font-family: Vollkorn, serif;
  color: #614932;
  font-size: 27px;
}

.text-reveal-1.analyzing {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  font-family: Vollkorn, serif;
  color: #614932;
  font-size: 27px;
  line-height: 30px;
}

.text-reveal-1.referencing {
  display: block;
  color: #614932;
  line-height: 30px;
}

.text-reveal-1.calculating {
  line-height: 30px;
}

.text-reveal-1.generating {
  line-height: 30px;
}

.div-block-7 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  clear: both;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  position: static;
  max-width: 170px;
  min-width: 170px;
  float: none;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.paragraph-10 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.div-block-9 {
  margin-top: 73px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.image-9 {
  padding: 47px 140px;
}

.challenge-buttons {
  display: inline-block;
  margin: 8px 3px;
  padding: 15px 45px;
  border-radius: 15px;
  background-color: #e83033;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#d8282b));
  background-image: linear-gradient(180deg, transparent, #d8282b);
  font-size: 12px;
}

.challenge-buttons:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#d828bb));
  background-image: linear-gradient(0deg, transparent, #d828bb);
}

.challenge-buttons:active {
  background-image: none;
}

.challenge-buttons.reading-page-1 {
  background-color: #cc2427;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#d8282b));
  background-image: linear-gradient(180deg, transparent, #d8282b);
}

.challenge-buttons.bottom-button {
  margin-bottom: 72px;
}

.column-2 {
  display: block;
  padding-right: 49px;
  padding-left: 49px;
}

.biggest-problem-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.biggest-problem-cols.left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.columns-3 {
  margin-top: 34px;
  margin-bottom: 0px;
}

.lottie-animation {
  display: inline-block;
  width: 70px;
  text-align: center;
}

.image-10 {
  width: 260px;
  padding: 0px 22px 32px;
  float: right;
}

.image-10.card-left {
  float: left;
}

.heading-5 {
  font-family: 'Bebas Neue', sans-serif;
}

.heading-5.sales-page {
  color: #4e2fbf;
  font-size: 38px;
  line-height: 60px;
  font-weight: 400;
  text-shadow: 0 0 4px #c848ff;
}

.bold-text-2 {
  line-height: 40px;
}

.bold-text-3 {
  line-height: 40px;
}

.bold-text-4 {
  display: inline-block;
  padding: 0px 75px 24px;
  font-family: Vollkorn, serif;
  font-size: 48px;
}

.bold-text-4.sales-page-headline {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Vollkorn, serif;
}

.bold-text-4.sales-page-headline.jhytuhjiuhy.small {
  padding-right: 40px;
  padding-left: 40px;
  font-size: 31px;
  line-height: 41px;
}

.bold-text-4.sales-page-headline.smaller {
  font-size: 40px;
  line-height: 50px;
}

.bold-text-5 {
  display: inline-block;
  padding-bottom: 34px;
}

.testimonial.inner {
  display: inline-block;
  max-height: 80%;
  max-width: 90%;
  min-width: 0px;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 33px 91px;
  border-style: solid;
  border-width: 1px;
  border-color: #570c39;
  border-radius: 20px;
  background-color: #000;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/helix_dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #000;
}

.testimonial.paragraph {
  padding-top: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.testimonial.title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-11 {
  color: #fff;
}

.image-11 {
  width: 90px;
  color: red;
}

.image-12 {
  display: block;
  min-width: 180px;
  margin-top: 31px;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
}

.paragraph-12 {
  font-size: 13px;
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.heading-6 {
  font-family: Vollkorn, serif;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 0px;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.heading-7.order-page {
  padding-right: 189px;
  padding-left: 189px;
  font-size: 17px;
  line-height: 22px;
}

.image-13 {
  display: block;
  max-height: 130px;
  max-width: 130px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 18px;
  padding-left: 18px;
  clear: none;
}

.image-13.bullet-star {
  max-height: 90px;
  max-width: 90px;
}

.star-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 116px;
  padding-left: 116px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.star-bullet.products {
  padding-right: 88px;
  padding-left: 88px;
}

.paragraph-13 {
  display: block;
}

.div-block-10 {
  border: 1px none #000;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, #cf0003), color-stop(66%, #cf0003), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, transparent, #cf0003 33%, #cf0003 66%, hsla(0, 0%, 100%, 0));
}

.bold-text-6 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 31px;
  text-shadow: 1px 1px 0 #000;
}

.heading-8 {
  padding-right: 101px;
  padding-left: 101px;
  font-family: Vollkorn, serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-8.glowing {
  color: #1263a2;
  text-shadow: 1px 1px 14px #84f9fd;
}

.heading-8.plug {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 19px;
}

.image-14 {
  max-width: 320px;
  padding: 36px 25px;
  float: right;
  clear: left;
}

.image-14.book {
  padding-right: 45px;
  padding-left: 45px;
  float: left;
}

.image-14.book.right {
  float: right;
}

.image-15 {
  max-width: 20%;
}

.div-block-11 {
  padding: 16px 61px;
  border: 0px dashed #000;
}

.columns-5 {
  border: 2px dashed #000;
}

.image-16 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.div-block-12 {
  padding-right: 147px;
  padding-left: 147px;
}

.money-back-guarantee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  background-image: linear-gradient(225deg, #e40072, #ffa4f3);
  color: #000;
}

.heading-9 {
  color: #fff;
}

.paragraph-14 {
  color: #fff;
  text-align: left;
}

.div-block-14 {
  margin-top: 23px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(226, 185, 212, 0)), color-stop(50%, #fa00a6), color-stop(75%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, rgba(226, 185, 212, 0) 25%, #fa00a6 50%, hsla(0, 0%, 100%, 0) 75%);
}

.spacer-div {
  padding-top: 2px;
}

.div-block-17 {
  display: none;
  padding-top: 14px;
  padding-bottom: 74px;
}

.logo {
  width: auto;
  max-width: 300px;
  min-width: auto;
  margin-bottom: -85px;
}

.headline {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.headline.subheadline {
  margin-top: 0px;
  font-size: 32px;
  line-height: 36px;
}

.headline.inverted {
  color: #202020;
}

.underlined {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(6%, #eed99f), color-stop(13%, #eed99f), color-stop(14%, rgba(238, 217, 159, 0)));
  background-image: linear-gradient(0deg, transparent 5%, #eed99f 6%, #eed99f 13%, rgba(238, 217, 159, 0) 14%);
}

.underlined.red {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(6%, #e96060), color-stop(13%, #e96060), color-stop(14%, rgba(238, 217, 159, 0)));
  background-image: linear-gradient(0deg, transparent 5%, #e96060 6%, #e96060 13%, rgba(238, 217, 159, 0) 14%);
  line-height: 46px;
}

.crystal-ball-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: -50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/Crystal-Ball.png'), url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/Clouds.png'), -webkit-gradient(linear, left bottom, left top, from(#2c2849), to(transparent));
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/Crystal-Ball.png'), url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/Clouds.png'), linear-gradient(0deg, #2c2849, transparent);
  background-position: 50% 50%, 50% 50%, 0px 0px;
  background-size: auto 500px, 950px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.crystal-ball-section.vsl-variation {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/Clouds.png'), -webkit-gradient(linear, left bottom, left top, from(#2c2849), to(transparent));
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/Clouds.png'), linear-gradient(0deg, #2c2849, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: 950px, auto;
  background-repeat: no-repeat, repeat;
  text-shadow: 1px 1px 6px rgba(7, 6, 6, 0.07);
}

.crystal-ball-section.v2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../FREE Psychic Reading Live Chat • Psychic Veronique_files/profile_smaller.png'), url('../FREE Psychic Reading Live Chat • Psychic Veronique_files/clouds_small.png'), -webkit-gradient(linear, left bottom, left top, from(#2c2849), to(transparent));
  background-image: url('../FREE Psychic Reading Live Chat • Psychic Veronique_files/profile_smaller.png'), url('../FREE Psychic Reading Live Chat • Psychic Veronique_files/clouds_small.png'), linear-gradient(0deg, #2c2849, transparent);
  background-position: 50% 50%, 50% 50%, 0px 0px;
  background-size: auto 410px, 950px, auto;
}

.begin-reading-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  line-height: 43px;
  -o-object-fit: fill;
  object-fit: fill;
}

.begin-reading-btn {
  position: static;
  left: 0%;
  top: -27%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.begin-reading-btn.v2 {
  margin-top: 134px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.sub-headline {
  font-family: Lato, sans-serif;
  color: #fff;
}

.avatar-loading-page {
  max-height: 270px;
}

.loading-data {
  color: #fff;
  font-size: 16px;
}

.status-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 13px -6px #000;
  text-align: center;
}

.status-block.homepage {
  padding-right: 18px;
  padding-left: 18px;
}

.text-block-3 {
  font-size: 20px;
}

.text-block-4 {
  font-size: 18px;
}

.status-online {
  font-size: 18px;
}

.status-online.connected-to-live-chat {
  display: block;
}

.status-online.connected-to-live-chat.offline {
  display: none;
}

.green-light {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #16a836;
  box-shadow: inset 1px 1px 3px 0 #1aff00, 0 0 10px 4px #00ff37;
}

.white-box {
  margin-right: 20px;
  margin-left: 20px;
  padding: 23px 100px;
  background-color: #fff;
}

.paragraph-copy {
  display: block;
  padding: 0px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: silver;
  background-color: hsla(0, 0%, 93.3%, 0);
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.paragraph-copy.paper {
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.paragraph-copy.paper.disclaimer {
  display: inline-block;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  text-align: center;
}

.paragraph-copy.sales-page {
  float: none;
}

.paragraph-copy.sales-page.dynmaicvar {
  float: none;
  font-family: Lato, sans-serif;
}

.paragraph-copy.sales-page.dynmaicvar.important {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
}

.paragraph-copy.sales-page.dynmaicvar.sign-off {
  clear: left;
}

.paragraph-copy.sales-page.payment-section-para {
  padding: 11px 0px;
  text-align: center;
}

.paragraph-copy.intro {
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
}

.pp-button {
  display: block;
  max-width: 90%;
  margin: 4px 10px;
  padding: 20px 34px;
  border-radius: 6px;
  background-color: #e038ec;
  font-size: 23px;
}

.pp-button:hover {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0), #f785ff);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.31);
}

.pp-button:active {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0), #bf4bc7);
}

.pp-button.clickbank-call {
  border-top: 2px none #fbc8ff;
  border-bottom: 1px solid #fbc8ff;
  border-left: 2px none #fbc8ff;
}

.pp-button.homepage {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.message-box {
  position: relative;
  overflow: visible;
  height: 400px;
  min-height: 400px;
  padding: 25px;
  border: 0px none silver;
  background-color: #eee;
  text-align: left;
}

.message-text {
  display: inline-block;
  margin-bottom: 11px;
  padding: 10px 15px;
  border: 1px solid #dadada;
  border-radius: 8px;
  background-color: #e4e4e4;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.message-text.line1 {
  display: block;
  margin-bottom: 11px;
  padding: 10px 15px;
  border-style: solid;
  border-color: #dadada;
  border-radius: 8px;
  background-color: #e4e4e4;
  box-shadow: 0 0 6px -2px #fff;
}

.message-text.line2 {
  display: none;
}

.message-text.line3 {
  display: none;
}

.message-text.line4 {
  display: none;
}

.message-text.line5 {
  display: none;
}

.message-text.line6 {
  display: none;
}

.message-text.line7 {
  display: none;
}

.message-text.line8 {
  display: none;
}

.message-text.line9 {
  display: none;
}

.message-text.line10 {
  display: none;
}

.message-text.line11 {
  display: none;
}

.message-text.abkso {
  display: inline-block;
}

.message-text.ubqcp.dynmaicvar {
  display: inline-block;
}

.message-text.right-text {
  text-align: left;
}

.message-text.text-right {
  text-align: right;
}

.message-buttons {
  display: none;
  padding-bottom: 13px;
  text-align: center;
}

.message-button {
  margin: 6px 3px;
  border-radius: 20px;
  font-size: 16px;
}

.message-button:hover {
  background-color: #5bb3ff;
}

.message-button:active {
  background-color: #2b74b4;
}

.sticky-box {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -8px 20px -9px rgba(0, 0, 0, 0.19);
}

.profile-pictures {
  width: 85px;
}

.button-container.data-capture {
  padding-right: 152px;
  padding-left: 152px;
}

.typing {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.connecte {
  padding-bottom: 17px;
  text-align: center;
}

.button-4 {
  display: none;
  padding: 23px 22px;
  border-style: none;
  border-width: 1px;
  border-color: #7931ff;
  border-radius: 7px;
  background-color: #b744f5;
  background-image: linear-gradient(45deg, transparent, #f000e0);
  box-shadow: 0 0 11px 1px #fff;
  font-size: 20px;
  text-align: center;
}

.button-4:hover {
  background-image: linear-gradient(225deg, transparent, #f000e0);
}

.button-4:active {
  border-color: #471b99;
  background-color: #9a37cf;
  background-image: none;
}

.avatar-feature {
  max-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #f89dff, hsla(0, 0%, 100%, 0));
  text-align: right;
}

.highlighted {
  background-color: #ffd3f3;
}

.paper-page {
  display: block;
  margin-top: 20px;
  padding: 28px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff3dd;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/header-texture.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 16px -12px #000;
}

.next-button-2 {
  padding: 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #3cd3ad;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
}

.next-button-2:hover {
  background-color: #6c33da;
}

.collaborate-form-step-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 50px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.mask-2 {
  margin-right: auto;
  margin-left: auto;
}

.form-wrapper-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: none;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.step-paginator-2 {
  position: relative;
  height: 100%;
  margin-top: 35px;
  background-color: transparent;
}

.step-2 {
  position: static;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: rgba(240, 241, 243, 0);
}

.form-section-title-2 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.previous-button-2 {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button-2:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.form-3 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dob-selector {
  margin-right: 7px;
  margin-left: 7px;
}

.submit-new-btn {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 80px;
  border-radius: 6px;
  background-color: #e038ec;
  font-size: 23px;
}

.submit-new-btn:hover {
  background-color: #f461ff;
  box-shadow: 0 0 17px -2px rgba(0, 0, 0, 0.52);
}

.submit-new-btn:active {
  background-color: #b42abe;
}

.info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.love-problem-pool-finish {
  min-height: 2px;
  margin-bottom: 12px;
  background-color: #ccc;
}

.lottie-animation-2 {
  width: 40px;
  height: 40px;
}

.div-block-22 {
  display: block;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
}

.orange-light {
  display: none;
  width: 15px;
  height: 15px;
  margin-left: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #dd7717;
  box-shadow: inset 1px 1px 3px 0 #ffc800, 0 0 10px 4px #fff200;
}

.cta-container {
  display: none;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 16px -11px #000;
  text-align: center;
}

.cta-headline {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

.cta-paragraph {
  padding: 10px 29px;
  font-size: 15px;
}

.button-5 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 19px;
  border-radius: 7px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  text-align: center;
}

.button-5:hover {
  background-color: #e038ec;
  text-decoration: underline;
}

.text-block-5 {
  padding: 47px 42px;
  color: #fff;
}

.sales-page-headline-small {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 31px;
  line-height: 34px;
}

.disclaimer-text {
  display: inline-block;
  line-height: 20px;
}

.list-items-benefit {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-type: none;
}

.list {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  list-style-type: disc;
}

.feature-benefit-list {
  display: block;
  padding: 11px 0px;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: silver;
  background-color: hsla(0, 0%, 93.3%, 0);
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-benefit-list.paper {
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.feature-benefit-list.paper.disclaimer {
  display: inline-block;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  text-align: center;
}

.feature-benefit-list.sales-page {
  float: none;
}

.bold-text-7 {
  display: inline;
  font-family: Lato, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.list-2 {
  display: block;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.red-underline {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(4%, rgba(207, 0, 0, 0)), color-stop(5%, #cf007c), color-stop(13%, #cf007c), color-stop(15%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(207, 0, 0, 0) 4%, #cf007c 5%, #cf007c 13%, hsla(0, 0%, 100%, 0) 15%);
  font-size: 23px;
}

.list-item-star {
  padding-right: 56px;
  padding-left: 44px;
  background-image: url('./FREE Psychic Reading Live Chat • Psychic Veronique_files/star.png');
  background-position: 0px 5px;
  background-size: 35px;
  background-repeat: no-repeat;
}

.background-video-2 {
  display: none;
  width: 100%;
  height: 100vh;
}

.bg-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.background-video-3 {
  width: 100%;
  height: 100vh;
}

.background-video-4 {
  width: 100%;
  height: 100vh;
}

.video-bg {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.select-field-3 {
  max-width: 30%;
  float: none;
}

.select-field-3.select_field {
  margin-right: 0px;
}

.select-field-3.select_field {
  max-width: 33%;
  margin-right: 0px;
}

.select_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 10px;
  padding: 15px 25px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.select_field:active {
  color: #fff;
}

.select_field:focus {
  border-color: #6c33da;
  color: #fff;
}

.select_field.day-width {
  max-width: 33%;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  background-image: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.select_field.day-width:focus {
  border-color: #6c33da;
}

.video-container {
  max-width: 640px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-6 {
  margin-top: 0px;
  padding: 24px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(203, 55, 248, 0.68);
  border-radius: 8px;
  background-color: #400c79;
  background-image: linear-gradient(45deg, transparent, #bb68ff);
  box-shadow: 0 0 20px 4px #f40;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-6:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#bb68ff));
  background-image: linear-gradient(270deg, transparent, #bb68ff);
}

.button-6:active {
  background-color: #21162e;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#bb68ff));
  background-image: linear-gradient(270deg, transparent, #bb68ff);
  box-shadow: 0 0 20px 4px #ffb59a;
}

.text-block-6 {
  padding-top: 14px;
  padding-bottom: 39px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}

.mb-70 {
  margin-bottom: 70px;
}

.email-form {
  margin-bottom: 10px;
}

.message-box-main {
  position: relative;
  border: 1px solid silver;
  background-color: #eee;
}

.message-box-bottom {
  position: relative;
  display: block;
}

.message-box-scroll {
  display: block;
}

.div-block-23 {
  position: relative;
}

.loading-img-circle {
  position: absolute;
  left: auto;
  top: 38%;
  right: 20%;
  bottom: 0%;
  width: 35px;
}

.loading-img-circle.loading-img-circle-hide {
  display: none;
}

.fields-group._23 {
  display: block;
}

.fields-group.div-block-23 {
  display: block;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-7 {
  line-height: 20px;
}

.new-message-btn {
  padding: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #030303;
  font-weight: 600;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26.new-message-block {
  display: none;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.death-card-div {
  max-width: 400px;
}

.reading-contain {
  text-align: left;
}

.reading-para {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
}

.reading-para.sales-link {
  display: inline-block;
  color: #e038ec;
}

.text-block-8 {
  font-size: 18px;
  line-height: 27px;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-28 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.link {
  text-align: center;
}

.div-block-29 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.upsale-link {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e038ec;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.upsale-link:hover {
  color: #f785ff;
}

.heading-12.dynmaicvar.upsell-pages {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
}

.text-span-3 {
  text-decoration: line-through;
}

.text-span-4 {
  text-decoration: line-through;
}

.list-3 {
  padding-left: 20px;
  list-style-type: none;
}

.text-span-5 {
  color: red;
  font-weight: 700;
}

.bold-text-8 {
  color: #1ab21a;
}

.text-span-6 {
  color: red;
}

.bold-text-9 {
  color: #1ab21a;
}

.text-span-7 {
  color: red;
}

.paragraph-15 {
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 12px;
}

.div-block-30 {
  text-align: left;
}

.heading-13 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
}

.link-2 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999;
  font-size: 10px;
  text-decoration: none;
}

.div-block-31 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.payment-section {
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 30px;
  background-color: #f0f0f0;
  box-shadow: 0 0 20px -12px #000;
}

.payment-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 14px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.credit-card-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-icon-wrapper {
  max-width: 60px;
  margin-right: 5px;
  margin-left: 5px;
}

.card-icon-wrapper.secure {
  max-width: 84px;
}

.secure-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lock-icon {
  width: 12px;
  margin-right: 8px;
  padding-right: 0px;
}

.secure-checkout-text {
  margin-top: 2px;
  color: #474747;
}

.payment-header-image {
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
}

.payment-header-image.mobile {
  display: none;
}

.columns-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.name-wrapper {
  padding-right: 14px;
  padding-left: 14px;
}

.avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-bubble {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 12px;
  background-color: #f3f3f3;
}

.testimonial-paragraph {
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.testimonial-name {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.star {
  width: 16px;
  margin-right: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.star.large {
  width: 32px;
}

.testimonial-headline {
  padding-bottom: 12px;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
}

.testimonial-location {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.stars-wrapper.headline.testimonials {
  padding-top: 20px;
}

.image-18 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sales-page-avatar {
  max-width: 100px;
  padding: 12px 11px;
  float: left;
  border-radius: 20px;
  text-align: center;
}

.trust-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust-logo {
  max-width: 180px;
  padding: 29px 24px;
}

.featured-by-text {
  padding-top: 18px;
  font-family: Lato, sans-serif;
  color: #363636;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.text-block-9 {
  color: #0e741e;
  font-weight: 700;
}

.testimonial-section-title {
  margin-bottom: 40px;
}

.horizontal-rule {
  height: 2px;
  background-color: #eee;
}

.testimonial-title {
  padding-top: 0px;
  padding-bottom: 20px;
}

.testimonial-sub-header {
  padding-bottom: 11px;
  font-size: 20px;
}

.text-span-8 {
  color: #7a1574;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #ff80ee;
}

.signature {
  max-width: 120px;
  float: left;
  clear: none;
}

.highlight-small {
  background-color: #fff1d9;
  text-align: center;
}

.strikethrough {
  text-decoration: line-through;
}

.signature-text {
  font-size: 16px;
  line-height: 19px;
}

.button-subtext {
  color: #753073;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 198, 242, 0.56);
}

.chat-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-form.name {
  display: none;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-form.gender {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chat-form.dob {
  display: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.chat-form.email {
  display: none;
}

.chat-form.problempool {
  display: none;
}

.text-field-2 {
  display: block;
  width: 78%;
  height: 46px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 7px;
  font-size: 18px;
  line-height: 24px;
}

.select-field-4 {
  margin-right: 10px;
  margin-bottom: 0px;
}

.chat-button {
  width: 20%;
  padding: 12px 30px 11px;
  border-radius: 7px;
  background-color: #e038ec;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.chat-button:hover {
  background-color: #f461ff;
}

.chat-button.gender-btn {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  opacity: 1;
  color: #fff;
}

.chat-button.gender-btn.option-btn {
  width: 18%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 20px;
}

.div-block-32 {
  width: 100%;
  padding-right: 10px;
}

.char-form-select {
  height: 46px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 7px;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.char-form-select.m-0 {
  margin-right: 0px;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0px;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0px;
}

.text-block-10 {
  text-align: right;
}

.text-right {
  text-align: right;
}

.answer-text {
  display: inline-block;
  margin-bottom: 11px;
  padding: 10px 15px;
  border: 1px solid #dadada;
  border-radius: 8px;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}

.answer-text.dynmaicvar {
  display: inline-block;
  text-align: right;
}

.div-block-33 {
  text-align: right;
}

.popup-box {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 62px;
  z-index: 3;
  display: none;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0px;
}

.fix-box {
  position: fixed;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.form-name {
  margin-bottom: 10px;
}

.gender-form {
  margin-bottom: 10px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79%;
}

.html-embed-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.message-text-line {
  display: none;
}

.message-text-line.answer-line {
  text-align: right;
}

.radio-button {
  border-style: none;
  opacity: 0;
}

.radio-button-field {
  font-size: 18px;
  line-height: 24px;
}

.form-block-5 {
  margin-bottom: 0px;
}

.formal-messages {
  display: none;
}

.messages-love {
  display: none;
}

.messages-wealth {
  display: none;
}

.messages-family {
  display: none;
}

.messages-health {
  display: none;
}

.messages-career {
  display: none;
}

.radio-button-label-2 {
  margin-bottom: 0px;
}

.radio-button-label-5 {
  text-align: center;
}

.helpdesk-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #800073;
  text-align: center;
}

.helpdesk-logo {
  max-width: 110px;
}

.body-helpdesk {
  background-color: #c5c5c5;
}

.main-body-container {
  margin-top: 0px;
  padding-right: 50px;
  padding-bottom: 91px;
  padding-left: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px -15px #000;
}

.article-headline {
  font-family: 'Droid Sans', sans-serif;
}

.article-page-paragraph {
  padding: 20px 12px 0px;
  float: none;
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
}

.intro-highlight-article {
  color: #7e106e;
  font-size: 22px;
  font-weight: 700;
}

.article-sub-header {
  font-size: 30px;
  font-weight: 700;
}

.container-6 {
  text-align: center;
}

.lottie-loader {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .header-container {
    max-width: 720px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.9em;
    line-height: 1.1em;
    text-align: left;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .field {
    margin-top: 10px;
  }

  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

  .background-video.reading-page {
    display: none;
  }

  .paragraph-7 {
    margin-right: 204px;
    margin-left: 204px;
  }

  .bg-video-loader {
    display: block;
  }

  .div-block-7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-8 {
    display: inline-block;
    max-width: 190px;
    min-width: 190px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .div-block-8 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 0px;
  }

  .image-9 {
    display: none;
    padding: 23px 87px;
  }

  .spacer-div {
    padding-top: 2px;
  }

  .div-block-15 {
    margin-top: -4px;
  }

  .headline.subheadline {
    font-size: 26px;
    line-height: 30px;
  }

  .headline.inverted {
    font-size: 34px;
    line-height: 40px;
  }

  .underlined.red {
    line-height: 38px;
  }

  .white-box {
    padding-right: 50px;
    padding-left: 50px;
  }

  .white-box.messenger {
    padding-right: 16px;
    padding-left: 16px;
  }

  .message-box {
    border-style: none;
    border-width: 1px;
    border-color: #c2c2c2;
    background-color: #eee;
  }

  .collaborate-form-step-2 {
    min-height: 565px;
  }

  .form-section-title-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-20 {
    margin-top: 10px;
  }

  .list-item-star {
    background-position: 0px 5px;
  }

  .select-field-3.select_field {
    padding-right: 15px;
    padding-left: 15px;
  }

  .select_field.day-width {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-12.dynmaicvar {
    font-size: 27px;
  }

  .paragraph-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .avatar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sales-page-avatar {
    float: left;
  }

  .trust-logo {
    max-width: 140px;
  }

  .chat-form.problempool {
    display: none;
  }

  .chat-button.gender-btn.option-btn {
    font-size: 16px;
  }

  .popup-box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .form-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-back {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .form-heading {
    font-size: 24px;
  }

  .button {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-block {
    padding: 40px 40px 50px;
  }

  .form-next {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .div-flip-effect.left {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-title.reading-title {
    padding-right: 33px;
    padding-left: 33px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 90%;
  }

  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .background-video.reading-page {
    display: none;
  }

  ._3-card-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-7 {
    margin-right: 126px;
    margin-left: 126px;
  }

  .bg-video-loader {
    display: block;
  }

  .image-8 {
    display: none;
    max-width: 270px;
    min-width: 270px;
  }

  .image-9 {
    display: none;
    max-width: 100%;
    min-width: 0px;
    padding: 5px 13px;
  }

  .column-4 {
    display: none;
  }

  .headline {
    font-size: 30px;
    line-height: 36px;
  }

  .headline.subheadline {
    font-size: 22px;
    line-height: 28px;
  }

  .headline.inverted {
    font-size: 26px;
    line-height: 32px;
  }

  .underlined.red {
    line-height: 36px;
  }

  .pp-button {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .message-text {
    margin-right: 0px;
    font-size: 16px;
  }

  .div-block-20 {
    display: block;
  }

  .sales-page-headline-small {
    font-size: 26px;
    line-height: 32px;
  }

  .list-2 {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .list-item-star {
    padding-right: 14px;
    padding-left: 39px;
    background-position: 0px 20px;
    background-size: 30px;
  }

  .select-field-3.select_field {
    max-width: 100%;
  }

  .select-field-3.select_field {
    max-width: 20%;
  }

  .death-card-div {
    max-width: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-11 {
    text-align: center;
  }

  .list-3 {
    padding-left: 10px;
  }

  .heading-13 {
    font-size: 32px;
    line-height: 40px;
  }

  .sales-page-avatar {
    float: left;
  }

  .trust-logo {
    max-width: 110px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .chat-form.name {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .chat-form.gender {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .chat-form.dob {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .chat-form.email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-field-2 {
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
  }

  .chat-button {
    width: 25%;
    padding: 8px 10px;
    font-size: 16px;
  }

  .chat-button.gender-btn {
    width: 23%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .chat-button.gender-btn.option-btn {
    width: 30%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .char-form-select {
    height: 40px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 5px;
    font-size: 16px;
  }

  .char-form-select.month {
    height: 35px;
    margin-bottom: 0px;
  }

  .char-form-select.year {
    margin-bottom: 0px;
  }

  .answer-text {
    font-size: 16px;
  }

  .popup-box {
    bottom: 63px;
    padding-bottom: 0px;
  }

  .div-block-35 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #3d405a;
  }

  .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 22px;
    line-height: 26px;
  }

  .heading.first {
    padding-top: 19px;
    font-size: 31px;
  }

  .form-back {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-block {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
  }

  .form-next {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .inner-background-container {
    display: block;
  }

  .heading-2.send-reading {
    font-size: 36px;
    line-height: 35px;
  }

  .div-flip-effect.left {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-flip-effect.reveal-left {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .div-flip-effect.reveal-right {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .card1 {
    width: 90px;
    height: 146px;
    padding-left: 0px;
  }

  .card1.revealed {
    width: 130px;
    height: 213px;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
  }

  .paragraph-2.email-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .top-column {
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .top-column.column-left-top {
    padding-bottom: 0px;
  }

  .top-column.column-middle-top {
    padding-bottom: 0px;
  }

  .button-2 {
    display: inline-block;
  }

  .text-span {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-title {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-title.reading-title {
    margin-bottom: 0px;
    padding: 0px 0px 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-title.reading-title.small {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .paragraph-title.reading-title.large.biggest-challenge {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 42px;
    line-height: 42px;
  }

  .paragraph-title.reading-title.large.mobile {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 42px;
    line-height: 40px;
  }

  .paragraph-title.reading-title.reading-pages {
    text-align: center;
  }

  .paragraph-title.reading-body.card-reading.body-text.mobile {
    text-align: left;
  }

  .paragraph-title.reading-body.sales-page.bulleted-list {
    padding: 0px 16px;
    font-size: 17px;
    text-align: center;
  }

  .paragraph-title.reading-body.sales-page.bulleted-list.mobile {
    text-align: center;
  }

  .paragraph-title.reading-body.sales-page.bulleted-list.last {
    padding-bottom: 29px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 100%;
  }

  .collaborate-form-step {
    width: 100%;
    height: 100%;
    min-height: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
  }

  .mask {
    position: static;
    height: 100%;
  }

  .form-wrapper {
    padding: 0px;
  }

  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }

  .submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }

  .col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .next {
    margin-bottom: 50px;
  }

  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }

  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .checkbox-wrapper {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }

  .sub-heading {
    display: none;
  }

  .background-video.reading-page {
    display: none;
  }

  .background-video.loading-page {
    display: block;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d405a), to(#3d405a));
    background-image: linear-gradient(180deg, #3d405a, #3d405a);
  }

  .background-video.reading-pages {
    padding-right: 9px;
    padding-left: 9px;
  }

  .columns-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 44px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-2 {
    margin-bottom: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reveal {
    display: none;
  }

  .tarot-front-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bold-text {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-7 {
    margin-right: 9px;
    margin-left: 9px;
    font-size: 20px;
  }

  .paragraph-7.revealed {
    display: block;
    margin-bottom: 41px;
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 41px;
  }

  .your-card-revealed {
    display: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    line-height: 46px;
  }

  .form-reveal {
    display: none;
  }

  .section-6 {
    display: none;
  }

  .bg-video-loader {
    display: block;
  }

  .image-8 {
    display: none;
    max-width: 230px;
    min-width: 230px;
  }

  .div-block-8 {
    display: block;
  }

  .image-9 {
    display: none;
    padding: 0px;
  }

  .lottie-animation {
    margin-top: 25px;
  }

  .lottie-animation.loader-2 {
    margin-top: 0px;
  }

  .image-10.card-left.mobile {
    padding-top: 23px;
    padding-bottom: 23px;
    float: none;
  }

  .image-10.card-right {
    padding-bottom: 0px;
    float: none;
  }

  .bold-text-2 {
    line-height: 30px;
  }

  .bold-text-4.sales-page-headline {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 36px;
    line-height: 40px;
  }

  .bold-text-4.reading-page {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .testimonial {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial.inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial.paragraph {
    padding: 10px 17px;
  }

  .image-12 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-12 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-7 {
    margin-bottom: 0px;
    line-height: 28px;
  }

  .heading-7.order-page {
    padding-right: 27px;
    padding-left: 27px;
  }

  .image-13.bullet-star {
    max-height: 40px;
    max-width: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .star-bullet {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .star-bullet.products {
    padding-right: 0px;
    padding-bottom: 29px;
    padding-left: 0px;
  }

  .bold-text-6 {
    font-size: 27px;
    line-height: 27px;
  }

  .heading-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-14 {
    float: none;
  }

  .image-14.book {
    float: none;
    clear: none;
  }

  .image-14.book.right {
    float: none;
    clear: none;
  }

  .image-15 {
    max-width: 80%;
  }

  .div-block-11 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .columns-5 {
    padding-bottom: 21px;
  }

  .money-back-guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-14.money-back-text {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-bottom: 21px;
    padding-left: 16px;
  }

  .image-17 {
    display: block;
  }

  .column-4 {
    display: none;
  }

  .div-block-16 {
    margin-top: 139px;
  }

  .div-block-18 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-10 {
    position: static;
    display: block;
    margin: 0px auto;
  }

  .div-block-19 {
    padding-top: 44px;
  }

  .logo {
    max-width: 230px;
    margin-bottom: -60px;
  }

  .headline {
    font-size: 13px;
    line-height: 30px;
  }

  .headline.subheadline {
    font-size: 16px;
    line-height: 20px;
  }

  .headline.subheadline.vsl-variation {
    font-size: 20px;
    line-height: 26px;
  }

  .headline.inverted {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 26px;
  }

  .underlined.red {
    line-height: 30px;
  }

  .underlined.homepage-2 {
    font-size: 30px;
  }

  .crystal-ball-section.v2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .begin-reading-btn {
    padding-right: 15px;
    padding-left: 15px;
  }

  .begin-reading-btn.v2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .status-block {
    margin-bottom: 21px;
  }

  .status-online.connected-to-live-chat {
    font-size: 14px;
  }

  .green-light {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .white-box {
    margin-right: 7px;
    margin-left: 7px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .white-box.messenger {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-copy {
    float: none;
    font-size: 14px;
  }

  .paragraph-copy.paper.disclaimer {
    line-height: 20px;
  }

  .paragraph-copy.sales-page.dynmaicvar {
    font-size: 18px;
  }

  .paragraph-copy.intro {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pp-button {
    display: block;
    max-width: none;
    margin: 10px 0px;
    padding: 14px 11px;
  }

  .pp-button.clickbank-call {
    line-height: 21px;
  }

  .pp-button.homepage {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .message-box {
    padding: 15px 15px 0px;
  }

  .message-text {
    margin-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .message-button {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sticky-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .button-container.data-capture {
    padding-right: 0px;
    padding-left: 0px;
  }

  .typing {
    font-size: 13px;
  }

  .paper-page {
    padding-top: 13px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collaborate-form-step-2 {
    display: block;
    width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
    padding: 32px 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-2 {
    position: static;
    height: 100%;
  }

  .form-wrapper-2 {
    padding: 0px;
  }

  .step-paginator-2 {
    height: auto;
    padding-bottom: 0px;
  }

  .form-section-title-2 {
    font-size: 23px;
    line-height: 28px;
  }

  .form-3 {
    width: 100%;
  }

  .submit-new-btn {
    font-size: 18px;
    text-align: center;
  }

  .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-22 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .orange-light {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-headline {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .cta-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-5 {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sales-page-headline-small {
    font-size: 26px;
    line-height: 27px;
  }

  .feature-benefit-list {
    font-size: 14px;
    text-align: center;
  }

  .bold-text-7 {
    font-size: 30px;
    line-height: 26px;
  }

  .list-2 {
    padding-left: 0px;
  }

  .list-item-star {
    padding-top: 37px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 50% 0%;
  }

  .video-bg {
    display: block;
  }

  .select-field-3.select_field {
    max-width: 100%;
  }

  .select-field-3.select_field {
    max-width: 100%;
    padding-bottom: 10px;
  }

  .select_field {
    padding-bottom: 11px;
    font-size: 24px;
    line-height: 30px;
  }

  .select_field.day-width {
    max-width: 100%;
  }

  .video-container {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  .html-embed {
    margin-right: auto;
    margin-left: auto;
  }

  .button-6 {
    display: inline-block;
    width: 90%;
    padding: 22px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-6 {
    padding-bottom: 14px;
  }

  .loading-img-circle {
    position: absolute;
    right: 40%;
  }

  .text-span-2.homepage-2 {
    font-size: 22px;
    line-height: 23px;
  }

  .italic-text {
    line-height: 20px;
  }

  .new-message-btn {
    font-size: 13px;
  }

  .reading-contain {
    font-size: 14px;
  }

  .reading-para {
    margin-bottom: 10px;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 27px;
  }

  .heading-12.dynmaicvar {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-12.dynmaicvar.upsell-pages {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .list-4 {
    padding-left: 30px;
  }

  .payment-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .payment-header-image {
    display: none;
  }

  .payment-header-image.mobile {
    display: block;
  }

  .name-wrapper {
    padding-left: 10px;
    text-align: center;
  }

  .avatar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .testimonial-bubble {
    padding: 17px 15px;
    text-align: left;
  }

  .star {
    width: 20px;
  }

  .stars-wrapper {
    padding-left: 0px;
  }

  .stars-wrapper.headline.testimonials {
    padding-right: 0px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sales-page-avatar {
    max-width: 80px;
    float: left;
  }

  .trust-logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .trust-logo {
    max-width: 140px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text-span-8 {
    line-height: 18px;
  }

  .signature {
    padding-top: 11px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .chat-form.name {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chat-form.dob {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .chat-form.email {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chat-form.problempool {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-field-2 {
    width: 72%;
    height: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .chat-button {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .chat-button.gender-btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .chat-button.gender-btn.option-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .char-form-select {
    height: 35px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .char-form-select.month {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .char-form-select.year {
    width: 35%;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .char-form-select.date {
    width: 25%;
    padding-left: 3px;
  }

  .answer-text {
    font-size: 14px;
    line-height: 20px;
  }

  .popup-box {
    padding: 7px;
  }

  .main-body-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .article-headline {
    font-size: 39px;
  }

  .article-page-paragraph {
    font-size: 21px;
    line-height: 30px;
  }
}

